Service Envelope
This message wraps a MeshPacket with extra metadata about the sender and how it arrived.
Content copied to clipboard
meshtastic.ServiceEnvelope
Types
Functions
Link copied to clipboard
inline fun MQTTProtos.ServiceEnvelope.copy(block: ServiceEnvelopeKt.Dsl.() -> Unit): MQTTProtos.ServiceEnvelope
inline fun MQTTProtos.ServiceEnvelope.copy(block: ServiceEnvelopeKt.Dsl.() -> Unit): MQTTProtos.ServiceEnvelope
inline fun MQTTProtos.ServiceEnvelope.copy(block: ServiceEnvelopeKt.Dsl.() -> Unit): MQTTProtos.ServiceEnvelope
inline fun MQTTProtos.ServiceEnvelope.copy(block: ServiceEnvelopeKt.Dsl.() -> Unit): MQTTProtos.ServiceEnvelope
Link copied to clipboard
The global channel ID it was sent on
Content copied to clipboard
string channel_id = 2;
Link copied to clipboard
The global channel ID it was sent on
Content copied to clipboard
string channel_id = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The sending gateway node ID. Can we use this to authenticate/prevent fake
nodeid impersonation for senders? - i.e. use gateway/mesh id (which is authenticated) + local node id as
the globally trusted nodenum
Content copied to clipboard
string gateway_id = 3;
Link copied to clipboard
The sending gateway node ID. Can we use this to authenticate/prevent fake
nodeid impersonation for senders? - i.e. use gateway/mesh id (which is authenticated) + local node id as
the globally trusted nodenum
Content copied to clipboard
string gateway_id = 3;
Link copied to clipboard
The (probably encrypted) packet
Content copied to clipboard
.meshtastic.MeshPacket packet = 1;
Link copied to clipboard
The (probably encrypted) packet
Content copied to clipboard
.meshtastic.MeshPacket packet = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MQTTProtos.ServiceEnvelope
Link copied to clipboard
Link copied to clipboard